home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / src / shell13s.zoo / shell1.3 / man / Makefile < prev   
Encoding:
Makefile  |  1991-10-17  |  1.7 KB  |  66 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile for GNU shell utilities documentation.
  3. # Do not use this makefile directly, but only from `../Makefile'.
  4. # Copyright (C) 1991 Free Software Foundation, Inc.
  5.  
  6. # This program is free software; you can redistribute it and/or modify
  7. # it under the terms of the GNU General Public License as published by
  8. # the Free Software Foundation; either version 2, or (at your option)
  9. # any later version.
  10.  
  11. # This program is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14. # GNU General Public License for more details.
  15.  
  16. # You should have received a copy of the GNU General Public License
  17. # along with this program; if not, write to the Free Software
  18. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  19.  
  20. SHELL = /bin/sh
  21.  
  22. srcdir = ./man
  23.  
  24.  
  25. # Files to install on all systems
  26. MANFILES1 = gbasename.1 gdate.1 gdirname.1 genv.1 gexpr.1 ggroups.1 \
  27. gid.1 glogname.1 gpathchk.1 gprintenv.1 gprintf.1 gsleep.1 gtee.1 gtest.1 \
  28. gtty.1 gwhoami.1 gyes.1
  29. # Files to maybe install.
  30. MANFILES2 = gnice.1 gnohup.1 gstty.1 guname.1
  31.  
  32. # Files to install.
  33. MANFILES = $(MANFILES1)  gnice.1 gnohup.1 guname.1 gstty.1
  34.  
  35. DISTFILES = Makefile.in $(MANFILES1) $(MANFILES2)
  36.  
  37. all:
  38. .PHONY: all
  39.  
  40. install: all
  41.     for f in $(MANFILES); do \
  42.     if test -f $$f; then src=.; else src=$(srcdir); fi; \
  43.     $(INSTALLDATA) $$src/$$f $(mandir)/`basename $$f 1`$(manext); \
  44.     done
  45. .PHONY: install
  46.  
  47. tags:
  48. .PHONY: tags
  49.  
  50. TAGS:
  51. .PHONY: TAGS
  52.  
  53. clean:
  54. .PHONY: clean
  55.  
  56. distclean: clean
  57.     rm -f Makefile
  58. .PHONY: distclean
  59.  
  60. realclean: distclean
  61. .PHONY: realclean
  62.  
  63. dist:
  64.     ln $(DISTFILES) ../`cat ../.fname`/man
  65. .PHONY: dist
  66.